All Questions
1 question
-2votes
1answer
60views
How to correctly call a controller function with in a directive?
I am using a directive in my html page under the impression of a controller. I need to call a controller function from that directive but I am unable to correctly do that. Every time there are some ...